home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / dosutils / sense13b.zip / SENSE.DOC < prev    next >
Text File  |  1996-02-17  |  3KB  |  71 lines

  1.                         ┌───────────────────────────┐
  2.                         │MOUSE SENSITIVITY SWITCHER!│
  3.                         │             by            │
  4.                         │          Virtuoso         │
  5.                         ├───────────────────────────┤
  6.                         │  101335,141 @ CompuServe  │
  7.                         │                           │
  8.                         │ MultiPlay --> 01819001266 │
  9.                         │ Mayhem    --> 01698888080 │
  10.                         │ GamesNet  --> 01714600515 │
  11.                         └───────────────────────────┘
  12.  
  13. SenseTSR - This is the TSR that allows you to change between the nine levels 
  14.            of sensitivity.
  15.            
  16.            Note you can only change the sensitivity when INT 033h function
  17.            00003h is being called as the sensitivity is changed inside this 
  18.            interrupt and only for that function call. This is fine for Doom
  19.            as it calls that function to get the status of the mouse buttons.
  20.  
  21.            Most games that use the mouse will be calling function 00003h so
  22.            it should work for them too :) should this not be the case then
  23.            e-mail me and i'll see what i can do for you!
  24.  
  25.            Oh and i keep forgetting to say that due to the way Doom reads the
  26.            keyboard, i can't patch the keyboard interrupt as i normally would
  27.            a side effect of this is that sometimes a key such as a strafe key
  28.            is effectively still pressed even though you have released it, all
  29.            you need to do is hit that key again and it will be released.
  30.  
  31. SetSense - This is the mouse sensitivity switcher, it allows you to inform
  32.            the TSR the actual values for each sensitivity level, the current
  33.            sensitivity level and also you can redefine the sensitivity 
  34.            switching keys.
  35.  
  36.            The parameters are as follows:
  37.              /1=Horizontal,Vertical - this sets sensitivity 1.
  38.              /2=Horizontal,Vertical - this sets sensitivity 2.
  39.                                                  
  40.              /9=Horizontal,Vertical - this sets sensitivity 9.
  41.  
  42.              /L=Current level - this sets the current sensitivity level.
  43.  
  44.              /I=Scan code - this sets the key for increasing sensitivity.
  45.              /D=Scan code - this sets the key for decreasing sensitivity.
  46.  
  47.            Examples:
  48.              /1=25,25 will set sensitivity 1 to 25% sensitivity.
  49.              /9=65,65 will set sensitivity 9 to 65% sensitivity.
  50.  
  51.              /L=5 will set the current sensitivity to level 5.
  52.  
  53.              /I=55 will set the increase key to the 'Grey *'.
  54.              /D=53 will set the decrease key to the 'Grey /'.
  55.  
  56. ShwSense - This shows the current mouse sensitivity values as reported by
  57.            your mouse driver.
  58.  
  59. I have included a batch file called SENSE.BAT this installs the TSR
  60. then defines the nine levels of sensitivity as well as the current level
  61. of sensitivity. Change the values as required.
  62.  
  63. I use MS Mouse driver version 10.10 and this software works fine, should it
  64. not work with your driver then please tell me by e-mailing me at one of the
  65. above addresses, it shouldn't take me long to get a new version for you :)
  66.  
  67. Also i'm interested in which mouse driver you use, so that i can compile a
  68. list of those that work with this software.
  69.  
  70.                         ─────────────────────────────
  71.